projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd60bc1
)
[XEND] Fix resume for managed domains.
author
Alastair Tse
<atse@xensource.com>
Thu, 7 Dec 2006 13:47:13 +0000
(13:47 +0000)
committer
Alastair Tse
<atse@xensource.com>
Thu, 7 Dec 2006 13:47:13 +0000
(13:47 +0000)
Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendCheckpoint.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendCheckpoint.py
b/tools/python/xen/xend/XendCheckpoint.py
index 707a9c5c3cadad85cd12fd1b76096972b0b887a0..21a323cdccfc86d847b603e643f593ca54caa9be 100644
(file)
--- a/
tools/python/xen/xend/XendCheckpoint.py
+++ b/
tools/python/xen/xend/XendCheckpoint.py
@@
-137,7
+137,6
@@
def restore(xd, fd, dominfo = None, paused = False):
vmconfig = p.get_val()
if dominfo:
- dominfo.update(XendConfig(sxp_obj = vmconfig), refresh = False)
dominfo.resume()
else:
dominfo = xd.restore_(vmconfig)